From b72de161f8bf9e885b16af3afa507487a41cd073 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Thu, 12 Sep 2002 06:03:49 +0000 Subject: [PATCH] (time-stamp-hhmmss): New function. --- lisp/time-stamp.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lisp/time-stamp.el b/lisp/time-stamp.el index d86dd976572..8f07f714eda 100644 --- a/lisp/time-stamp.el +++ b/lisp/time-stamp.el @@ -731,6 +731,10 @@ The first character of DD is space if the value is less than 10." "Return the current time as a string in \"HH:MM:SS\" form." (format-time-string "%T")) +(defun time-stamp-hhmmss () + "Return the current time as a string in \"HHMMSS\" form." + (format-time-string "%H%M%S")) + (defun time-stamp-hhmm () "Return the current time as a string in \"HHMM\" form." (format-time-string "%H%M")) -- 2.30.2